gtk4-demo: Fix builder demo
authorTimm Bäder <mail@baedert.org>
Wed, 19 Oct 2016 18:48:11 +0000 (20:48 +0200)
committerTimm Bäder <mail@baedert.org>
Thu, 20 Oct 2016 18:12:05 +0000 (20:12 +0200)
demos/gtk-demo/demo.ui

index bbed31933d60f9ad73b3adc3a2a03b2799389b88..cfd06509a52f4b960b6748eb8e4da473ff509259 100644 (file)
@@ -35,8 +35,9 @@
     <property name="default_width">440</property>
     <property name="title" translatable="yes">Builder</property>
     <child>
-      <object class="GtkVBox" id="vbox1">
+      <object class="GtkBox" id="vbox1">
         <property name="visible">1</property>
+        <property name="orientation">vertical</property>
         <child>
           <object class="GtkMenuBar" id="menubar1">
             <property name="visible">1</property>